home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Libraries / grayimage / c++l < prev    next >
Encoding:
Text File  |  1994-06-30  |  313 b   |  9 lines  |  [TEXT/R*ch]

  1. #!/bin/csh
  2. #    GNU C++ linking
  3. /usr/local/bin/gcc -O -pipe -W -Wall -Wpointer-arith -Wenum-clash -Woverloaded-virtual \
  4. -Wstrict-prototypes -Wmissing-prototypes \
  5. -finline-functions  -fforce-mem -funsigned-char \
  6. -fforce-addr -fomit-frame-pointer \
  7. -L{$HOME}/croot/c++serv \
  8. $* -lserv -liostream -liberty -lg++ -lm
  9.